com.supermap.armap.armapping
接口 ARElementTouchListener
-
public interface ARElementTouchListener
AR场景Element触摸事件监听接口
-
-
方法详细资料
-
onTouch
void onTouch(ARElement element, int touchType, int childIndex)
Element触摸事件回调- 参数:
element
- 触摸事件处的AR对象touchType
- 见com.supermap.armap.data.ARElementTouchType
childIndex
- 子节点位于父节点的节点列表顺序,-1表示根节点
-
onSelect
void onSelect(ARElementPOI element, int touchType)
Element选中事件回调- 参数:
element
- 选中AR对象touchType
- 见com.supermap.armap.data.ARElementTouchType
-
onSelect
void onSelect(ARElementPOI element, int touchType, int childIndex)
Element选中事件回调- 参数:
element
- 选中AR对象touchType
- 见com.supermap.armap.data.ARElementTouchType
childIndex
- 子节点位于父节点的节点列表顺序,-1表示根节点
-
-